TypeScriptOnChainPLM 实例页签本页总览OnChainPLM 实例页签查询页签信息 代码演示 const tab = await instance.getTabByApicode({ apicode: apicode }); 属性说明 参数名称类型必传说明apicodestring是对象页签的 apicode 返回体说明 false 该分类对象 apicode 找不到对应的页签名 ITab 该分类对象的页签信息 查询实例页签的数据 代码演示